Range<T> Class Methods

For a list of all members of this type, see Range<T> members.

Public Methods
 NameDescription
Public MethodConverts this range to a DoubleRange, which are used internally for calculations  
Public MethodOverloaded. Clips the current IRange<T> to a maxmimum range  
Public Method Creates a new object that is a copy of the current instance.  
Public MethodOverloaded. Determines whether the specified object is equal to the current object.  
Public MethodServes as the default hash function.  
Public MethodGrows the current IRange<T> by the min and max fraction, returning this instance after modification  
Public Method Returns True if the value is within the Min and Max of the Range  
Public MethodOverloaded. Sets the Min, Max values on the IRange<T>, returning this instance after modification  
Public MethodSets the Min, Max values on the IRange<T>, returning this instance after modification  
Public MethodReturns a string that represents the current object.  
Public MethodOverloaded. Performs the Union of two IRange instances, returning a new IRange  
Top
Protected Methods
 NameDescription
Protected MethodOverloaded. Raises the System.ComponentModel.INotifyPropertyChanged.PropertyChanged event (Inherited from SciChart.Data.Model.BindableObject)
Protected MethodInternal implementation: Sets the Min, Max values of the Range<T>  
Top
Extension Methods
 NameDescription
Public Extension Method Notifies that finalizer has been invoked
Public Extension MethodGrows current SciChart.Data.Model.IRange instance by minFraction, maxFraction in log scale
Public Extension MethodReturns a new SciChart.Data.Model.DateRange that corresponds to the provided range.
Public Extension MethodOverloaded. Converts an System.IComparable array to double array
Public Extension MethodYields a single item, converting it to System.Collections.IEnumerable.
Public Extension Method
Public Extension MethodReturns a new SciChart.Data.Model.DateRange that corresponds to the provided range.
Top
See Also